ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FibonacciTimeZones<T> Class / Levels Property

In This Topic
    Levels Property (FibonacciTimeZones<T>)
    In This Topic
    Gets or sets the array of levels for plotting.
    Syntax
    'Declaration
     
    Public Property Levels As Double()
    public double[] Levels {get; set;}
    See Also